<marathon>

<!-- Change activation and deactivation sounds for switches -->
<control_panels>
	<!-- Lava light switch -->
	<panel index="13">
		<sound type="0" which="195"/>
		<sound type="1" which="194"/>
	</panel>
	<!-- Lava platform switch -->
	<panel index="14">
		<sound type="0" which="195"/>
		<sound type="1" which="194"/>
	</panel>
	<!-- Lava tag switch -->
	<panel index="15">
		<sound type="0" which="195"/>
		<sound type="1" which="194"/>
	</panel>
	
	<!-- Sewage light switch -->
	<panel index="24">
		<sound type="0" which="195"/>
		<sound type="1" which="194"/>
	</panel>
	<!-- Sewage platform switch -->
	<panel index="25">
		<sound type="0" which="195"/>
		<sound type="1" which="194"/>
	</panel>
	<!-- Sewage tag switch -->
	<panel index="26">
		<sound type="0" which="195"/>
		<sound type="1" which="194"/>
	</panel>
</control_panels>

<!-- change player death sound and action for lava -->
<player>
<damage index="18" death_sound="79" death_action="6"/>
</player>

<!-- Change colors of things in infravision -->
<infravision>
	<!-- Enemies -->
	<color index="0" red="1" green="0.867" blue="0"/>
	<!-- Items -->
	<color index="1" red="1" green="0.667" blue="0"/>
	<!-- Scenery -->
	<color index="2" red="0.867" green="0" blue="0"/>
	<!-- Friends -->
	<color index="3" red="1" green="0.667" blue="0"/>
</infravision>

</marathon>